go/types.Checker.arguments (method)
3 uses
go/types (current package)
builtins.go#L135: check.arguments(call, sig, nil, nil, args, nil) // discard result (we know the result type)
call.go#L307: sig = check.arguments(call, sig, targs, xlist, args, atargs)
call.go#L462: func (check *Checker) arguments(call *ast.CallExpr, sig *Signature, targs []Type, xlist []ast.Expr, args []*operand, atargs [][]Type) (rsig *Signature) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)